Traducción al español será siempre la mayor brevedad
The outputDeclaration component causes a DOCTYPE declaration
to be placed at the beginning of the output document.
The following example shows how use an outputDeclaration component in the head section of your page:
doctypeSystem="http://www.w3.org/TR/html4/loose.dtd" />
will result in the following markup being inserted at the
beginning of the document:
|
tag-name:
|
<ice:outputDeclaration>
|
|
tag-class:
|
com.icesoft.faces.component.outputdeclaration.OutputDeclarationTag
|
|
component-class:
|
com.icesoft.faces.component.style.OutputDeclaration
|
|
component-type:
|
com.icesoft.faces.OutputStyleComp
|
|
component-family:
|
com.icesoft.faces.OutputStyle
|
|
renderer-class:
|
com.icesoft.faces.component.style.OutputDeclarationRenderer
|
|
renderer-type:
|
com.icesoft.faces.style.OutputDeclarationRenderer
|